Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency accessible-autocomplete to v3 #1126

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
accessible-autocomplete ^2.0.4 -> ^3.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alphagov/accessible-autocomplete (accessible-autocomplete)

v3.0.1

Compare Source

Fixes

v3.0.0

Compare Source

Breaking changes
Verify your code does not rely on removed polyfills

Following on from our previous announcement, the accessible autocomplete code is no longer transpiled and polyfilled to support IE8-10.

However, because the polyfills create or extend global objects, you might have other code in your service unintentionally relying on the inclusion of these polyfills. You might need to introduce your own polyfills or rewrite your JavaScript to avoid using the polyfilled features.

This change was introduced in pull request #​612: Update packages, configs + Node.js 20.

Check for minor visual changes in the rendering of the component

We've made some style adjustments to the stylesheet shipped with the component to make its colours, height, line-height and padding match those of the latest version of GOV.UK Frontend's <input>.

If you're using this stylesheet:

  • check if our style update affects the rendering of the component in your service, and adjust if necessary
  • if you were adding to the default style's to match GOV.UK Frontend's input,
    look for CSS declarations you may now be able to remove

This change was introduced in pull request #​644: Align CSS styles with GOV.UK Frontend.

New features
Options to add classes to parts of the component

Use these new options to add your own classes to parts of the component:

  • inputClasses for the input element
  • hintClasses for the suggestion hint (input element appearing when the text typed by the user matches the start of an option)
  • menuClasses for the ul element listing the options

You can also add custom classes to the ul listing the options through the new menuAttributes option, providing a className or class property.

This change was introduced in:

New class on the component's status

Use the new autocomplete__status class in your CSS (or <CSS_NAMESPACE>__status if you set the cssNamespace option) to customise the styles of the component's status element (hidden element that makes announcements to assistive technologies).

This change was introduced in pull request #​620: Add className attribute to status component. Thanks to @​lennym for contributing this change.

Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/London, Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 3 times, most recently from eb80660 to 53561e6 Compare July 2, 2024 10:54
@DrizzlyOwl DrizzlyOwl added dependencies Updates to dependencies major labels Jul 2, 2024
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 10 times, most recently from 2f2a967 to 2b18d9f Compare July 9, 2024 11:47
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 4 times, most recently from bea243c to bdc18ec Compare July 16, 2024 10:48
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 4 times, most recently from 949b38d to fdaf935 Compare July 23, 2024 10:58
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 3 times, most recently from 0150e12 to 4df51d1 Compare October 7, 2024 15:50
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 6 times, most recently from 357251b to 31630e3 Compare October 18, 2024 12:37
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 5 times, most recently from 89b19a3 to 9947b41 Compare October 29, 2024 11:36
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 5 times, most recently from 21352f4 to 0c7ac39 Compare November 5, 2024 15:37
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 2 times, most recently from 798d95e to a5e9361 Compare November 13, 2024 13:28
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch 3 times, most recently from ffca6d3 to e0d15cc Compare November 29, 2024 09:43
@renovate renovate bot force-pushed the renovate/accessible-autocomplete-3.x branch from e0d15cc to 0905226 Compare December 2, 2024 12:13
Copy link

sonarqubecloud bot commented Dec 2, 2024

@DrizzlyOwl DrizzlyOwl closed this Dec 3, 2024
Copy link
Contributor Author

renovate bot commented Dec 3, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/accessible-autocomplete-3.x branch December 3, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant